Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / BaseCollection<T> Class / Item Property / Item(Guid) Property
The key of the element to get.

In This Topic
    Item(Guid) Property
    In This Topic
    Gets the element with the specified key if any.
    Syntax
    'Declaration
     
    Public Overloads Shadows ReadOnly Property Item( _
       ByVal key As System.Guid _
    ) As T
    public new T Item( 
       System.Guid key
    ) {get;}

    Parameters

    key
    The key of the element to get.

    Property Value

    The element with the specified key. If an element with the specified key is not found, return null.
    See Also